Request Card Data

Endpoint consumed by MeaWallet Request Card Data advises Qolo that an end-user wants to digitize a card

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
requestId
required
string non-empty
cardId
required
string [ 1 .. 64 ] characters
secret
required
string [ 1 .. 64 ] characters
walletId
string or null <= 3 characters
paymentAppInstanceId
string or null <= 48 characters
reason
string (RequestCardDataType)
Enum: "ISSUER_WALLET" "APPLE_PAY" "GOOGLE_PAY" "SAMSUNG_PAY" "OTHER"
Responses
200

MeaWalletResponseDTO

400

Bad request

401

Unauthorized

404

NotFound

500

Server Error

post/api/{version}/cards/RequestCardData
Request samples
application/json
{
  • "requestId": "string",
  • "cardId": "string",
  • "secret": "string",
  • "walletId": "str",
  • "paymentAppInstanceId": "string",
  • "reason": "ISSUER_WALLET"
}
Response samples
application/json
{
  • "responseId": "string",
  • "cardInfo": {
    • "encryptedData": "string",
    • "publicKeyFingerprint": "string",
    • "encryptedKey": "string",
    • "iv": "string",
    • "oaepHashingAlgorithm": "string",
    • "panUniqueReference": "string",
    • "tokens": [
      • "string"
      ]
    }
}
Copyright © Qolo 2019-2023. All right reserved.